footer 
{
  background-image: url(http://www.chips.gov.in/img/footer-bottom-bg.jpg);
  background-repeat: none;
  background-color: #3c3f47;
}
footer .twitter-feed,
footer .fb-feed {
  margin-top: 40px;
}
@media (max-width: 1100px) {
  footer .twitter-feed,
  footer .fb-feed {
    width: 300px;
    margin: 40px;
  }
}
footer .twitter-feed iframe,
footer .fb-feed iframe {
  margin: 0 auto;
}
footer .twitter-feed .fbpage,
footer .fb-feed .fbpage {
  margin: 0 auto;
}
footer .twitter-timeline {
  margin: auto;
}
footer .fb-page {
  margin: auto;
}
footer .upper-footer-wrapper {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-col-header h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 0 0 20px 0;
  font-size: 2em;
}
footer .imp-links-wrapper .imp-links {
  margin-bottom: 20px;
  font-size: 1.1em;
}
footer .imp-links-wrapper .imp-links ul {
  list-style: none;
  padding: 0;
}
footer .imp-links-wrapper .imp-links ul li {
  padding: 2px;
}
footer .imp-links-wrapper .imp-links ul a {
  text-decoration: none;
  color: #fff;
  transition: all .5s ease;
  -web-kit-transition: all .5s ease;
}
footer .imp-links-wrapper .imp-links ul a:hover {
  text-decoration: underline;
  color: #2cc36b;
}
footer .imp-links-wrapper .social-links {
  text-align: left;
}
footer .imp-links-wrapper .social-links ul {
  list-style: none;
}
footer .imp-links-wrapper .social-links ul li {
  display: inline-block;
  padding: 10px;
}
footer .social-wrapper address {
  color: #fff;
}
footer .social-wrapper address span {
  padding: 5px;
}
footer .social-wrapper address a {
  text-decoration: underline;
  color: #fff;
}
footer .social-wrapper address a:hover {
  color: #2cc36b;
}
footer .map-wrapper {
  overflow: hidden;
}
footer .lower-footer {
  text-align: center;
  color: #fff;
}